@font-face {
    font-family: font;
    src: url(../../Vazir/Vazir-Bold-FD.ttf);
}
html,body{
width: 100%;
height: auto;
float: left;
margin: 0;
padding: 0;   
direction: rtl;
overflow-x: hidden;
}
body{
    background-color: #f7f7f75c !important;
}
body *{
    text-transform: capitalize;
    text-decoration: none;
    font-family: font;
    list-style: none;
}
body a{
    color: black;
    text-decoration: none;
}
ul{
    padding: 0 !important;
    margin: 0 !important;
}
.m-about-row {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 1em 15%;
    align-items: center;
    flex-direction: column-reverse;
}
.m-about-img{
    width: 100%;
    height: 65vh;
    float: left;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    transform: translateX(-15em);
    opacity: 0;
}
.m-about-img img{
    width: 100%;
    height: auto;
    float: left;
    object-fit: cover;
}
.m-about-description{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-direction: column;
    margin: 3em 0;
    align-items: center;
    transform: translateX(15em);
    opacity: 0;
    border: 1px solid #bac4df;
    padding: 1.5em;
    border-radius: 10px;
    box-sizing: border-box;
}
.m-about-description h2{
    font-size: 30px;
    text-align: center;
    margin: 0;
    margin-bottom: 0.5em;
    margin-top: -1.9em;
    background-color: rgb(83, 109, 175);
    color: white;
    padding: 0.5em 1em;
    box-sizing: border-box;
    box-shadow: 0 0px 5px 0px rgb(80 106 173 / 38%);
    border-radius: 100px;
}
.m-about-description p{
    line-height: 34px;
    font-size: 14px;
    text-align: center;
    color: #4e5562;
}
.m-about-description p:last-child{
    margin-bottom: 0;
}
@media only screen and (max-width:900px){
    .m-about-img {
        height: 45vh;
    }
}
@media only screen and (max-width:650px){
    .m-about-row {
        padding: 1em 5%;
    }
}
